relational language - определение. Что такое relational language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое relational language - определение

DATABASE MANAGEMENT SYSTEM
ORDBMS; Object-relational database management system; Object–relational; Object-relational model; Object-relational DBMS; Object-relational dbms; Object relational database; Object-relational database; Object-relational; Object–relational model
  •  url-status = dead }}</ref>
Найдено результатов: 7734
relational language      
<language> Any kind of programming language that specifies output in terms of some property and some arguments. For example, if Tom has two brothers, Dick and Harry, a relational language will respond to the query "Who is Tom's brother?" with either Dick or Harry. Notice that unlike {functional languages}, relational languages do not require a unique output for each predicate/argument pair. Prolog is the best known relational language. (2004-05-17)
Relational art         
TENDENCY IN FINE ART
Relational Aesthetics; Relational Esthetics; L'esthétique relationnelle; Relational Art; Esthétique relationnelle; Relation Aesthetics; Relation Art
Relational art or relational aesthetics is a mode or tendency in fine art practice originally observed and highlighted by French art critic Nicolas Bourriaud. Bourriaud defined the approach as "a set of artistic practices which take as their theoretical and practical point of departure the whole of human relations and their social context, rather than an independent and private space.
Statistical relational learning         
SUBDISCIPLINE OF ARTIFICIAL INTELLIGENCE
Probabilistic relational model; Relational probabilistic model
Statistical relational learning (SRL) is a subdiscipline of artificial intelligence and machine learning that is concerned with domain models that exhibit both uncertainty (which can be dealt with using statistical methods) and complex, relational structure.
Object–relational database         
An object–relational database (ORD), or object–relational database management system (ORDBMS), is a database management system (DBMS) similar to a relational database, but with an object-oriented database model: objects, classes and inheritance are directly supported in database schemas and in the query language. In addition, just as with pure relational systems, it supports extension of the data model with custom data types and methods.
ORDBMS         
Object Relational Database Management System (Reference: DBMS, DB)
Probabilistic programming         
PROGRAMMING LANGUAGE DESIGNED TO DESCRIBE PROBABILISTIC MODELS AND THEN PERFORM INFERENCE IN THOSE MODELS
Probabilistic relational programming language; List of probabilistic programming languages; Probabilistic programming language; Turing.jl; Turing (probabilistic programming); Applications of probabilistic programming
Probabilistic programming (PP) is a programming paradigm in which probabilistic models are specified and inference for these models is performed automatically.
Object–relational mapping         
PROGRAMMING TECHNIQUE
Object-relationship modelling; Object-Relationship Modelling; O/R mapping; O/RM; Post-relational database; Object relational mapper; Object-SQL mapping; Object-Relational Mapping; Object Relational Mapping; Object/relational mapping; Object-relational mapper; O-RM; Object-Relational mapping; O/R mapper; Object relational mapping; Object-relational mapping
Object–relational mapping (ORM, O/RM, and O/R mapping tool) in computer science is a programming technique for converting data between type systems using object-oriented programming languages. This creates, in effect, a "virtual object database" that can be used from within the programming language.
Relational         
WIKIMEDIA DISAMBIGUATION PAGE
Relational (disambiguation)
·adj Having relation or kindred; related.
II. Relational ·adj Indicating or specifying some relation.
Converse (semantics)         
PAIRS OF WORDS THAT REFER TO A RELATIONSHIP FROM OPPOSITE POINTS OF VIEW
Relational oppositeness; Relational antonym; Relational antonyms
In linguistics, converses or relational antonyms are pairs of words that refer to a relationship from opposite points of view, such as parent/child or borrow/lend. The relationship between such words is called a converse relation.
relational database         
  • The general structure of a relational database
DIGITAL DATABASE WHOSE ORGANIZATION IS BASED ON THE RELATIONAL MODEL OF DATA
RDBMS; Relational DBMS; Relational database management system; Database constraint; Relational databases; Relational Database Management System; RDBMSs; RDBS; Relational database management systems; Relational Databases; TRDBMS; Relational Database Management Systems; PRDBMS; Relational query; Database relational; Relational Database; Truly relational database management system; Relational DB; Constraint (database); Relational database system; Database constraints; Relational instance; History of relational databases; Relational database constraints
¦ noun Computing a database structured to recognize relations between stored items.

Википедия

Object–relational database

An object–relational database (ORD), or object–relational database management system (ORDBMS), is a database management system (DBMS) similar to a relational database, but with an object-oriented database model: objects, classes and inheritance are directly supported in database schemas and in the query language. In addition, just as with pure relational systems, it supports extension of the data model with custom data types and methods.

An object–relational database can be said to provide a middle ground between relational databases and object-oriented databases. In object–relational databases, the approach is essentially that of relational databases: the data resides in the database and is manipulated collectively with queries in a query language; at the other extreme are OODBMSes in which the database is essentially a persistent object store for software written in an object-oriented programming language, with a programming API for storing and retrieving objects, and little or no specific support for querying.